home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / a / a_funk / geograph.tos / GEOGRAPH / SUNCLOCK / SCR2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-06  |  177 b   |  11 lines

  1. #ifndef scr2_first
  2. #define scr2_first
  3.  
  4. /*----- prototyping -----*/
  5. void Scr2Init( void );
  6. void Scr2Exit( void );
  7. void Scr2Swap( void );
  8. void Scr2Copy( void );
  9.  
  10. #endif
  11.